home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_065 / readme.list65 < prev   
Text File  |  1992-05-06  |  3KB  |  81 lines

  1. ============================== README.list65 =============================
  2.  
  3. This is disk 65 of the freely distributable AMIGA software library.
  4.  
  5. Bawk        Text processor inspired by the Unix awk utility.  Bawk
  6.         searches files for specific patterns and performs
  7.         actions for every occurance of these patterns.  The
  8.         patterns can be regular expressions.  The actions are
  9.         expressed using a subset of the C language.  Unfortunately
  10.         this version always gets a stack overflow no matter what
  11.         the stack is set to, I haven't had a chance to find the
  12.         bug.  Includes source, so you can hunt for it.  Looks
  13.         like it could be a very useful utility for the Amiga.
  14.         Author:  Bob Brodt
  15.  
  16. CloseWB        Simple program for use with MWB (also on this disk)
  17.         to close a current WorkBench screen, and let you
  18.         open WorkBench on a custom screen.
  19.         Author:  Matt Dillon
  20.  
  21. Cookie        Fortune cookie program.  Includes source.
  22.         Author:  Richard Stevens
  23.  
  24. JTime        Detailed instructions, including schematics in IFF
  25.         format, for building and installing a battery backed
  26.         up real-time clock.  The clock goes on the joystick
  27.         port (aka mouse port 2).
  28.         Author:  Michael Keryan
  29.  
  30. MenuBuilder    A program which automates the process of building
  31.         menus.  It takes a simple text file and generates
  32.         a C source file with all the needed structures for 
  33.         linking with the rest of your program.  This is
  34.         version 1.0, and includes source.
  35.         Author:  A. Preston
  36.  
  37. MWB        A program which will create a new 'WorkBench' screen
  38.         and route by request OpenWindow calls meant for the
  39.         WorkBench to these new screens.  This allows you to run
  40.         programs which normally open windows on the WorkBench
  41.         screen to use a custom screen instead.  Version 1.01,
  42.         includes source.
  43.         Author:  Matt Dillon
  44.  
  45. NewPackets    Tutorial downloaded from BIX C-A support section, which
  46.         describes some new packets and structures in 1.2 AmigaDos.
  47.         Author:  Carolyn Scheppner
  48.  
  49. PascalToC    A Pascal to C translator program which is supposed to
  50.         correctly handle function, procedure, and most type
  51.         declarations.  However, this quick and dirty port didn't
  52.         fare too well on even a simple little Pascal fragment from
  53.         Software Tools in Pascal.  I don't know if the problem is
  54.         machine dependencies in the code or bugs.  Looks like it
  55.         could be useful with a little more work than I have time
  56.         to put into it now.  Includes source.
  57.         Author:  James Mullens, enhancements by Dan Kegel
  58.  
  59. Prep        Version 2.1 of a Fortran preprocessor called 'prep', an
  60.         alternative to ratfor.  Prep has better macro facilities,
  61.         a concise shorthand for array and vector statements, all the
  62.         standard flow control constructs of forth, and is written
  63.         in generic, portable C (I made no source changes).  
  64.         Includes source.
  65.         Author:  Roger Ove
  66.  
  67. RunBack        A program that allows you to start another program which
  68.         is independent of the CLI window.  This is useful to start
  69.         programs from your Startup-Sequence, load WorkBench, and
  70.         then close the initial CLI (which could not be closed
  71.         otherwise).
  72.         Author:  Charlie Heath, Microsmiths
  73.  
  74. SunMouse    Makes your mouse behave like the Sun Microsystem
  75.         Sunwindows mouse.  You no longer have to 'click' in
  76.         a window to make it active.  Just move the mouse pointer
  77.         into the window and start typing.  Version 1.0, binary only.
  78.         Author:  Scott Evernden
  79.  
  80. =========================================================================
  81.